home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / F_J / ICR2_12.ZIP / RESTTRK.BAT < prev    next >
DOS Batch File  |  1996-06-21  |  213b  |  14 lines

  1. @echo off
  2. if not exist %1\%2\NUL goto notrack
  3.  
  4. copy %1\%2\*.stg %2
  5. copy %1\%2\*.rpy %2
  6. copy %1\%2\*.bin %2
  7.  
  8. goto end
  9.  
  10. :notrack
  11. echo The track directory %2 did not exist in the save directory %1
  12.  
  13. :end
  14.